This event occurs after the user has printed a document using the Draft Print option.
Syntax
Private Sub AMUIExtension_AfterDraftPrint(
ByVal CurrentObject As Object)
Name | Description |
---|---|
CurrentObject |
The document (AMDocument object) |
Remarks
For extending the native print command, see the AfterInvoke event.
The equivalent VBScript event is the Print script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.